Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update fabric8-kubernetes-client monorepo to v7 (major) #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.fabric8:kubernetes-client 6.13.3 -> 7.0.1 age adoption passing confidence
io.fabric8:kubernetes-client-api 6.13.3 -> 7.0.1 age adoption passing confidence

Release Notes

fabric8io/kubernetes-client (io.fabric8:kubernetes-client)

v7.0.1

Bugs
  • Fix #​6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

v7.0.0

Bugs
  • Fix #​6038: Support for Gradle configuration cache
  • Fix #​6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #​6459: Pod log request sinceTime param correctly encoded
  • Fix #​6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #​6654: (crd-generator) default values for CRD fields can be numeric or boolean
Improvements
  • Fix #​3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #​6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #​5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #​5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #​5264: Remove deprecated Config.errorMessages field
  • Fix #​6008: removing the optional dependency on bouncy castle
  • Fix #​6407: sundrio builder-annotations is not available via bom import
  • Fix #​6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #​6281: use GitHub binary repo for Kube API Tests
  • Fix #​6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #​5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #​6240: Support for multiple files listed in the KUBECONFIG env var
  • Fix #​6655: Support removing ResourceEventHandler for informers
Dependency Upgrade
  • Fix #​2632: Bumped OkHttp from 3.12.12 to 4.12.0
  • Fix #​5965: Bumped sundrio.version from 0.103.1 to 0.200.0
  • Fix #​6052: Removed dependency on no longer maintained com.github.mifmif:generex
  • Fix #​6676: Removed tests and examples from the BOM
New Features
  • Fix #​5719: io.fabric8:mockwebserver is now based on Vert.x
  • Fix #​5795: (crd-generator) Allow to configure categories
  • Fix #​5944: (crd-generator) Add CRD-Generator Maven Plugin
  • Fix #​5958: (crd-generator) Add CRD-Generator CLI Application
  • Fix #​6145: Introduced io.fabric8:kubernetes-model-validator module to validate Kubernetes resources
  • Fix #​6150: Config uses proxy-url in kubeconfig's cluster configuration
Note: Breaking changes
  • Check detailed migration documentation for breaking changes in 7.0.0
  • Fix #​4659: Removed SupportTestingClient interface
  • Fix #​5264: Config.errorMessages has been removed. Please use Kubernetes status messages directly.
  • Fix #​5351: Removed deprecated io.fabric8:openshift-server-mock artifact
  • Fix #​6081: Moved Java baseline from 8 (1.8) to 11
  • Fix #​6138: Removed unused io:fabric8:kubernetes-model artifact
  • Fix #​6140: withReadyWaitTimeout defaults to 0, which means no waiting
  • Fix #​6156: Removed deprecated extension io:fabric8:service-catalog
  • Fix #​6158: Removed deprecated methods from io.fabric8.kubernetes.client.utils.IOHelpers class
  • Fix #​6159: Removed deprecated io.fabric8.kubernetes.client.utils.Utils.getPluralFromKind method
  • Fix #​6361: Renamed SettableBeanPropertyDelegate to SettableBeanPropertyDelegating
  • Fix #​6470: Switched default HTTP client from OkHttp to Vert.x (kubernetes-httpclient-vertx)
  • Fix #​6603: Removed deprecated io.fabric8.openshift.api.model.runtime.RawExtension class
  • Fix #​6605: Removed deprecated ApiVersionUtil classes in extension modules
  • Fix #​6609: Removed deprecated io.fabric8.crd.generator.CRDInfo.getVersion method
  • Fix #​6612: Removed deprecated io.fabric8.kubernetes.client.Client.isAdaptable method
  • Fix #​6626: Removed deprecated methods from io.fabric8.kubernetes.client.osgi.ManagedKubernetesClient class
  • Fix #​6627: Removed deprecated methods from io.fabric8.kubernetes.client.CustomResource class
  • Fix #​6628: Removed deprecated io.fabric8.kubernetes.client.CustomResourceList class
  • Fix #​6630: Removed deprecated io.fabric8.kubernetes.client.utils.ReflectUtils class
  • Fix #​6455: (crd-generator) Changed format in @PrinterColumn to enum
  • Fix #​6673: (crd-generator) Deprecation of CRD Generator v1
  • Fix #​6676: Removed tests and examples from the BOM

v6.13.4

Bugs
  • Fix #​6247: Support for proxy authentication from proxy URL user info
  • Fix #​6342: UnmatchedFieldTypeModule prevents certain jackson features from working
  • Fix #​6350: Allowing authenticated http proxy usage with Jetty, vertx, and JDK for https endpoints
  • Fix #​6354: Prevent deadlock in okhttp AsyncBody.cancel
  • Fix #​6366: Allow Retry-After header to be considered in retries

Configuration

📅 Schedule: Branch creation - "after 9:00 before 23:00" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 3, 2024
@renovate renovate bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 4060d23 to 5903eec Compare December 3, 2024 16:48
@renovate renovate bot changed the title fix(deps): update dependency io.fabric8:kubernetes-client-api to v7 fix(deps): update fabric8-kubernetes-client monorepo to v7 (major) Dec 3, 2024
@renovate renovate bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 5903eec to f3d9496 Compare December 18, 2024 05:16
@renovate renovate bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from f3d9496 to d2749a4 Compare December 18, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants